home *** CD-ROM | disk | FTP | other *** search
/ Die Ultimative Software-P…i Collection 1996 & 1997 / Die Ultimative Software-Pakete CD-ROM fur Atari Collection 1996 & 1997.iso / u / utility / packer / uux / uux.doc < prev   
Encoding:
Text File  |  1996-11-17  |  4.9 KB  |  92 lines

  1. 06601030305800
  2. F0110030
  3. 9[...................................................]001
  4. ÇThis is the v3.1 06 Aug 1987 version of uud.ttp (and v3.1 of uue.ttp too)
  5. It is named uud instead of uudecode, to avoid confusion between different
  6. implementations of the uudecoding functionnality.
  7. Idem for uue.
  8.  
  9. These versions have the following capabilities:
  10. 1- Missing trailing blanks are still OK. (I am on EARN/BITNET ...)
  11.    Absolutely no need for any procedure to restore 61 chars a line...
  12. 2- Some common internetwork transpositions are OK (e.g. 
  13.    tilde instead of circonflex...) (I am still on EARN/BITNET)
  14.    No need to edit the file to change chars...
  15.    Note: I have been told that the substitution of blanks by grave
  16.    accent is not a gateway/network bug, but a feature of some recent
  17.    UN*X uuencode, to avoid the blank compression by some protocols.
  18.    Note: It is *NOT* BITNET/EARN that damage the files, we transfert non
  19.    encoded binaries on this network, but put the blame on some brain damaged
  20.    gateways. (One of them, between Usenet and Bitnet, is really ruining
  21.    files... Totally wrong ASCII -> EBCDIC table)
  22. 3- Multi-file decoding is OK, by the 'include xxx' and 'begin part n' lines.
  23.    To allow for identififation of the original file in the parts, the file
  24.    name is now provided in the 'begin part n' line.
  25. 4- If the included files do not exist, uud.ttp will attempt to go on with the
  26.    same file, in case the multiple files have just been concatenated upon
  27.    reception.
  28. 5- There is a line sequence checking possible, allowing the detection of
  29.    missing, duplicate, corrupted lines or files. (I have sloppy fingers when
  30.    editing ...)
  31.    This feature is enabled if the first line of the 1st uuencoded file
  32.    is postfixed with a 'z', this is done automatically by the uue.ttp
  33.    companion program. (v3.1)
  34.    Note: a bug of the previous version is fixed.
  35. 6- A complete check of the uudecoding process is possible, by use of the
  36.    -d flag. This will tell you about all whats going on in there, plus
  37.    this is enabling a complete character by character check of the file
  38.    while decoding. This should make some subtle file corruptions pop up,
  39.    as all the uudecode do not check whats in a line before doing their job.
  40.    If this option detect an error, then the file produced will not be
  41.    correct (uud stops at the first error detected, and close the file).
  42. 7- If there is a character table present before each file, it will be used,
  43.    this table is produced by the companion uue.
  44.    The use of this table allows for some incredible recovery of files that
  45.    went through some really brain damage gateway. No sweat.
  46. 8- You can decode a single file contaning several uuencoded files, at once;
  47.    You give a complete month of INFO-ATARI16 digest, and voila all the
  48.    nice PD .prg's, no editing, no sweat. (To be true, it's been a long time
  49.    without *.prg in the digests..., but you should try it.)
  50. 9- The files are completely compatible with true UN*X uudecode/uuencode.
  51.    As long as you do not use the multiple part option of uue.ttp.
  52. 10- Compile on the ST, using MWC, on UN*X System V and on TOPS20 using cc.
  53.    (On the DEC20: only tested uue.c, and the - option works only if
  54.    followed by a space ???)
  55.  
  56. En resume: get the mail file containing what you want to decode, on the
  57. Atari ST, and apply uud.ttp on it, without any editing of any sort, including
  58. Çremoving mail header. (except for multiple parts, where the file names must be
  59. correct, but no need to edit individual files).
  60.  
  61. The calls are:
  62.  
  63. uud uufile
  64. uud -d uufile
  65. uud -D uufile  (Atari ST's desktop upper everything...)
  66.  
  67. If given no args, uud will tells you what version is this, and the usage.
  68. With the -d option, a whole lot of checking is done, and it is telling
  69. you all that it is doing.
  70. In all case if there is anything else that a perfect decoding, you will
  71. have some message and you'll need to press any key to exit. (I anybody
  72. tell me how to tell if we are working from the desktop, or from a shell,
  73. I will make the pause valid only if run from the desktop. Some kind soul
  74. with an exemple ? I suppose I have to look into the base page...)
  75. In case of any error, the produced file is not valid.
  76.  
  77. uue filename
  78. uue -n filename
  79. uue filename -
  80.  
  81. If given no args, uue will tells you what version is this, and the usage.
  82. The filename arg will be uuencoded.
  83. the -n option will yield several files, each n lines long.
  84. uue -500 niceprog.ttp will give:
  85. niceprog.uaa niceprog.uab ... niceprog.uzz (!!! that would be a lot),
  86. each (except the last) will be 500 lines long.
  87. If given, the final - character (not valid if -n is present) will send
  88. the output to stdout rather than a disk file.
  89. The filenames synthetized by uue will be at most 8 chars + .uue (or .uxx)
  90. to be in the accepted pattern for GEMDOS, MS/DOS, UN*X and TOPS20.
  91. ================================================================================
  92.